runtime.gobuf.bp (field)
9 uses
runtime (current package)
panic.go#L1137: gp.sched.bp = *(*uintptr)(unsafe.Pointer(sp - 2*goarch.PtrSize))
panic.go#L1141: gp.sched.bp = sp - goarch.PtrSize
runtime2.go#L342: bp uintptr // for framepointer-enabled architectures
stack.go#L738: bp := gp.sched.bp
stack.go#L745: oldfp := gp.sched.bp
stack.go#L746: adjustpointer(adjinfo, unsafe.Pointer(&gp.sched.bp))
stack.go#L752: memmove(unsafe.Pointer(gp.sched.bp), unsafe.Pointer(oldfp), goarch.PtrSize)
stack.go#L753: adjustpointer(adjinfo, unsafe.Pointer(gp.sched.bp))
trace.go#L991: nstk += 1 + fpTracebackPCs(unsafe.Pointer(curgp.sched.bp), pcBuf[2:])
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |